From 1c4f3590d1ffe0da5bdae0ada0841d07940bc88e Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Mon, 1 May 2006 15:29:38 +0100 Subject: [PATCH] Compilation fix on ia64. Include linux/vmalloc.h for struct vm_area. Signed-off-by: Isaku Yamahata --- linux-2.6-xen-sparse/drivers/xen/pciback/xenbus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-2.6-xen-sparse/drivers/xen/pciback/xenbus.c b/linux-2.6-xen-sparse/drivers/xen/pciback/xenbus.c index 28074c34e8..2d49e3a9e3 100644 --- a/linux-2.6-xen-sparse/drivers/xen/pciback/xenbus.c +++ b/linux-2.6-xen-sparse/drivers/xen/pciback/xenbus.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include "pciback.h" -- 2.30.2